fix(deps): update dependency @mdx-js/react to v3 - autoclosed #577
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.3.0->3.1.0Release Notes
mdx-js/mdx (@mdx-js/react)
v3.1.0Compare Source
Add
715ddd9@mdx-js/esbuild: add source mapsby @remcohaszing in https://github.com/mdx-js/mdx/pull/2464
d586720@mdx-js/node-loader: add support for options w/initializecd2907d@mdx-js/node-loader: add support showing messagesceea80d@mdx-js/node-loader: add source mapsby @remcohaszing in https://github.com/mdx-js/mdx/pull/2458
Fix
d306f87@mdx-js/core: replaceperiscopicwithestree-util-scopec747990@mdx-js/core: fix injecting providers for jsx in esm, expressions3a794ab@mdx-js/loader: fix ESM type importby @remcohaszing in https://github.com/mdx-js/mdx/pull/2452
be79212@mdx-js/loader: change webpack peer dependency to optionalby @chenjiahan in https://github.com/mdx-js/mdx/pull/2440
Types
f12afdaRefactor to use@importJSDoc tagsby @remcohaszing in https://github.com/mdx-js/mdx/pull/2498
Miscellaneous
77158cdRefactor to externalize recma packagesSite
6750079Add link toparcel-transformer-mdxin docs3f8344bAdd search to site05ecf65Fix examplef864886Fix types, lints in exampleby @karlhorky in https://github.com/mdx-js/mdx/pull/2518
37318deAdd Bun section to Getting startedby @karlhorky in https://github.com/mdx-js/mdx/pull/2517
07d5e2fRefactor to improve wordingby @filippovd20 in https://github.com/mdx-js/mdx/pull/2513
95ba33eAdd notes on how to type props and componentsby @karlhorky in https://github.com/mdx-js/mdx/pull/2510
044e8b2Add example illustrating JSX literals, references1d0a9b6Add more links across docs716ab3cFix link for MDX Analyzerby @karlhorky in https://github.com/mdx-js/mdx/pull/2509
f1ca4b2Fix linkby @artola in https://github.com/mdx-js/mdx/pull/2508
11ac939Addrehype-twoslashb749d38Addrehype-starry-nightto websitedfdcb50Fix to recommendrehype-mdx-code-propsby @karlhorky in https://github.com/mdx-js/mdx/pull/2501
ad6c696Fix size of hero heading in some casesby @yamanidev in https://github.com/mdx-js/mdx/pull/2481
d3398feUpdate link in docs51500e2Add HMR to example of MDX w/ Viteby @dan-lee in https://github.com/mdx-js/mdx/pull/2474
0c7605cAddrehype-mdx-import-mediato list of pluginsby @remcohaszing in https://github.com/mdx-js/mdx/pull/2472
8f754f7Addrecma-mdx-change-props,recma-mdx-escape-missing-componentsto list of pluginsby @talatkuyuk in https://github.com/mdx-js/mdx/pull/2442
6cd9ae4Addrel=sponsoredto sponsor linksby @ChristianMurphy in https://github.com/mdx-js/mdx/pull/2439
53f6955Fix esbuild for websiteFull Changelog: mdx-js/mdx@3.0.1...3.1.0
v3.0.1Compare Source
Fix
49fd094Fix generated JSX pragmas for new babelby @remcohaszing in https://github.com/mdx-js/mdx/pull/2438
d1ffaceRefactor to handle uncaught webpack errorsby @remcohaszing in https://github.com/mdx-js/mdx/pull/2398
Types
c03e16cAdd declaration maps85c5dd0Fix webpack loader typesby @remcohaszing in https://github.com/mdx-js/mdx/pull/2386
Site
38f7a5cFix reset of playground render errorsby @ManasMakde in https://github.com/mdx-js/mdx/pull/2392
680445dAdd note on broken react runtime typesby @ky1ejs in https://github.com/mdx-js/mdx/pull/2383
Full Changelog: mdx-js/mdx@3.0.0...3.0.1
v3.0.0Compare Source
(see https://mdxjs.com/migrating/v3/ on how to migrate)
Change
e08b7595afa48eChange to require Node 165a13d73Change to use export mapscbc2822Updateunified, types, plugins, etc96b51f9Remove inferral of development fromNODE_ENVChange (unlikely to affect you)
c961af8RemoveuseDynamicImportoption9cb26fd@mdx-js/register: remove package0d1558a@mdx-js/esbuild: remove experimentalallowDangerousRemoteMdx0f62bce@mdx-js/node-loader: removefixRuntimeWithoutExportMap4f92422@mdx-js/preact: remove deprecatedMDXContext,withMDXComponentsa362bb4@mdx-js/react: remove deprecatedMDXContext,withMDXComponentsAdd
e12f307Add support for passingbaseUrlwhen running2c511a4Add support forbaseUrlas aURL1863914Add deprecation warning for classic runtimea34177cAdd support for ES2024 in MDX, adjacent JSX and expression blocks44fd9caAdd support forawaitin MDX3a7f194AddtableCellAlignToStyleoption, to usealignfdfe17b@mdx-js/rollup: add support for Vite development modeby @remcohaszing in https://github.com/mdx-js/mdx/pull/2376
Misc
f48d038Remove unneeded pragma comment after transform8f3b292Add ause strictdirective to function bodies172e519@mdx-js/react: fix to classify@types/reactas a peer dependencyby @remcohaszing in https://github.com/mdx-js/mdx/pull/2281
a7bd79bRefactor output to immediately export defaulte525db9dae82aeRefactor some errorsce173f2Refactor to add types for JSX runtimes8a56312Refactor output to use spread, notObject.assignby @remcohaszing in https://github.com/mdx-js/mdx/pull/2328
825717fRefactor to sort default componentsby @remcohaszing in https://github.com/mdx-js/mdx/pull/2318
d8a62d2Add missing type dependenciesby @arcanis in https://github.com/mdx-js/mdx/pull/2256
Docs
a9f0c04Add guide on injecting components24e3d8dAdd compat sections to readmes30e4a5dAdd sponsor07503a5Update link to KaTeX CSS in docsby @victor23k in https://github.com/mdx-js/mdx/pull/2360
74aee56bc1d9e5765310c6d1e64dRefactor docs7fd1d9aFix docs on how to use solidby @BeiyanYunyi in https://github.com/mdx-js/mdx/pull/2300
4129f90Fix a couple typosby @deining in https://github.com/mdx-js/mdx/pull/2266
bb902f8Fix typoby @ChristianMurphy in https://github.com/mdx-js/mdx/pull/2380
Site
78a1eb5Add v3 blog post2b1948cAdd v3 migration guided6bb70cAdd improved error display in playground89097e4Remove unmaintained dev-dependency3e23ba9Add more options to playgroundd92128bFix links in docsab3aa96Add GitHub pagesby @remcohaszing in https://github.com/mdx-js/mdx/pull/2377
a2c8693Fix siteby @wooorm in https://github.com/mdx-js/mdx/pull/2358
dbe9f44Fix playground AST views w/ cloneby @Jokcy in https://github.com/mdx-js/mdx/pull/2315
7504cfbAdd more options to playground, directives, format, etcby @slorber in https://github.com/mdx-js/mdx/pull/2295
57301dfAdd resizable editor/layout to playgroundby @slorber in https://github.com/mdx-js/mdx/pull/2296
9eb747dAdd info on how to build site locallyby @slorber in https://github.com/mdx-js/mdx/pull/2297
Full Changelog: mdx-js/mdx@2.3.0...3.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.